body {
    background-color: #f9f9f9;
    font-family: 'Arial', sans-serif;
}

.card {
    border-radius: 12px;
    border: none;
    background-color: #ffffff;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.card-body {
    padding: 30px;
}

.progress {
    height: 20px;
    border-radius: 10px;
    margin-bottom: 30px;
    z-index: 1;
}

.progress-bar {
    border-radius: 10px;
    transition: width 0.5s ease;
    z-index: 1;
}

h2 {
    font-size: 2rem;
    font-weight: 700;
}

h3 {
    color: black;
    font-weight: 400;
    font-size: 1.2rem;
}

h4 {
    font-size: 1.25rem;
    color: #495057;
}



.form-label {
    font-size: 1rem;
    font-weight: 600;
    color: #6c757d;
}

.form-control {
    border-radius: 8px;
    border: 1px solid #ced4da;
    padding: 10px 15px;
    font-size: 1rem;
}

.form-control:focus {
    border-color: #ba3535;
    box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.25);
}

.btn-primary {
    background-color: #ba3535;
    border-color: #ba3535;
    border-radius: 3px;
    padding: 9px 9px;
    font-size: 1.1rem;
    box-shadow: 0 4px 10px rgba(0, 123, 255, 0.2);
    transition: background-color 0.3s ease;
}

.btn-primary:hover {
    background-color: #39393a;
    color: white;
}


.btn-secondary {
    background-color: #ba3535;
    border-color: #ba3535;
    border-radius: 3px;
    padding: 9px 9px;
    font-size: 1.1rem;
    box-shadow: 0 4px 10px rgba(0, 123, 255, 0.2);
    transition: background-color 0.3s ease;
}

.btn-secondary:hover {
    background-color: #39393a;
    color: white;
}

.mb-3 {
    margin-bottom: 1.5rem;
}

.d-flex {
    display: flex;
    justify-content: flex-end;
}

.d-flex .btn {
    margin-top: 20px;
}

.container {
    max-width: 800px;
    margin: 0 auto;
}

.icon-btn {
    margin-right: 10px;
}

.form-row {
    display: flex;
    flex-wrap: wrap;
}

.form-row .col-md-6 {
    padding: 10px;
}

.form-row .col-md-6 input {
    width: 100%;
}

button.close.fileinput-remove {
    display: none !important;
}

.logo {
    max-width: 80%;
    height: auto;
    object-fit: contain;
}
  
.logo-container {
    text-align: center;
    margin-bottom: 20px;
}

/* Estilos para sweetAlert */
.swal-btn-confirmar {
    background-color: #ba3535 !important;
    color: #fff !important;
}

/* Personalización del popup */
.swal-popup-custom {
    color: black !important;
    border-radius: 10px;
}

/* Cambiar el color del título */
.swal-title-custom {
    color: #ba3535 !important;
    font-weight: bold;
    font-size: 20px;
}

/* Cambiar el color de los íconos */
.swal-icon svg {
    color: #ba3535 !important;
}

/* Cambiar el color de la línea izquierda del símbolo "X" */
.swal2-x-mark-line-left {
    background-color: #eb1c22 !important;
}

/* Cambiar el color de la línea derecha del símbolo "X" */
.swal2-x-mark-line-right {
    background-color: #eb1c22 !important;
}

/*Cambiar el color del círculo del ícono de error */
.swal2-icon.swal2-error {
    border-color: #eb1c22 !important;
}

.swal2-warning {
    border-color: #ba3535 !important;
    color: #ba3535 !important;
}

/* FIN Estilos para sweetAlert */

.position-relative {
    position: relative;
}

.logo2 {
    position: absolute;
    top: -50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0.3;
    z-index: 0;
    width: 100%;
    height: auto;
}

.logo3 {
    position: absolute;
    top: 31%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0.3;
    z-index: 0;
    width: 100%;
    height: auto;
}

.logoSinSelect {
    position: absolute;
    top: -40%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0.3;
    z-index: 0;
    width: 64%;
    height: auto;
}

.form-row .form-control {
    position: relative;
    z-index: 1;
    background-color: rgba(255, 255, 255, 0.9);
}

.form-row .form-label{
    position: relative;
    z-index: 1;
}

.text-muted{
    position: relative;
    z-index: 1;
}

.text-center{
    position: relative;
    z-index: 1; 
}